Gets all resource-connector rows for resourceId to find out where a resource has been published
Gets all resource-connector rows for resourceId to find out where a resource has been published
Path Parameters
- resourceType string required
- resourceId string required
Responses
- 200
- 404
The resource-connector pair
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
result object
items object[]
resource_id stringresource_revision_id stringresource_type stringconnector_id stringconnector_url stringsync_status stringconnector_name string
{
"message": "string",
"level": "string",
"result": {
"items": [
{
"resource_id": "string",
"resource_revision_id": "string",
"resource_type": "string",
"connector_id": "string",
"connector_url": "string",
"sync_status": "string",
"connector_name": "string"
}
]
}
}
No resource-connector rows found by resourceId
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
- result string
{
"message": "string",
"level": "string",
"result": "string"
}
Loading...